html,
body,textarea,input,select,button{font-size:14px;font-family:"Microsoft YaHei",寰蒋闆呴粦,Tahoma,Arial,"Hiragino Sans GB","\5b8b\4f53",sans-serif;}
/*reset*/
a:focus {
    outline: none;
    -moz-outline-style: none;
}
a:focus {
    color: #333333;
}
html {
    position: relative;
}
html,
body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    margin: 0;
}
body {
    overflow-y: auto ;
    font-size: 14px;
    color: #333333;
    min-width: 1180px;
}
ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
input,
button,
select,
textarea {
    outline: none;
    padding: 0;
    border: none;
}
textarea {
    resize: vertical;
    max-height: 370px;
}
img {
    border: none;
}
em,
i,
s {
    font-style: normal;
}
a {
    text-decoration: none !important;
    color: #333333;
}
a:hover {
    color: #1c8fff;
}
a.blueBtn:link{
    color: #ffffff !important;
}
a.blueBtn:hover{
    color: #ffffff !important;
}
a.blueBtn:visited{
    color: #ffffff;
}
a.blueBtn:active{
    color: #ffffff;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
/*transition*/
a,span{
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.hide {
    display: none;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hide from IE Mac */
.clearfix {
    display: block;
}
/* End hide from IE Mac */
.inline{
    display: inline-block;
}
/* end of clearfix */
.cursor{
    cursor: pointer;
}
.max{
    display: block;
}
.up{
    display: none;
}
/*瀹瑰櫒*/
.warp1280{
    width: 1280px;
    margin: 0 auto;
}
.warp1180{
    width: 1180px;
    margin: 0 auto;
}
.warp1080{
    width: 1080px;
    margin: 0 auto;
}
/*瀛椾綋澶у皬*/
.fontS10{
    font-size: 10px;
}
.fontS12{
    font-size: 12px;
}
.fontS16{
    font-size: 16px;
}
.fontS18{
    font-size: 18px !important;
}
.fontS20{
    font-size: 20px;
}
.fontS22{
    font-size: 22px;
}
.fontS24{
    font-size: 24px;
}
.fontS26{
    font-size: 26px;
}
.fontS30{
    font-size: 30px;
}
.fontS34{
    font-size: 34px;
}
.fontS36{
    font-size: 36px;
}
/*鑳屾櫙棰滆壊*/
.bgcolorblue{
    background-color: #1c8fff !important;
}
.bgcolorred{
    background-color: #e74057;
}
.bgcolorgreen{
    background: #50c958;
    color: #ffffff;
}
.bgcolordefaut{
    background-color: #cccccc;
}
.bgcoloryellow{
    background: #f9b02a;
}
.bg-gray{
    background: #99aac5;
    color: #ffffff;
}
.bg-blue{
    background: #f2f7ff;
    color: #617593;
}
.label-green{
    border: 1px solid #55c75e;
    color: #55c75e;
}
.label-orange{
    border: 1px solid #f9b02a;
    color: #f9b02a;
}
.label-gray{
    border: 1px solid #aeaeae;
    color: #aeaeae;
}
/*瀛椾綋棰滆壊*/
.colorRed{
    color: #e74057;
}
.color333{
    color: #333333 !important;
}
.color888{
    color: #888888;
 }
.colorBlue{
    color: #1c8fff;
}
/*浠锋牸瓒嬪娍*/
.color-blue{
    color: #1c8fff;
}
.color-red{
    color: #e74057;
}
/*鍦嗚*/
.br_t3{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.br_b3{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.undline{
    text-decoration:underline !important;
}
/*杈规*/
.borderBottom{
    border-bottom: 1px solid #e1e1e1;
}
/*margin璁剧疆*/
.mtb14{
    margin: 14px 0;
}
.ml15{
    margin-left: 15px;
}
.ml18{
    margin-left: 18px;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml30{
    margin-left: 30px;
}
.mb20{
    margin-bottom:20px;
}
.mb15{
    margin-bottom: 15px;
}
.mb10{
    margin-bottom: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.mb60{
    margin-bottom: 60px;
}
.mt5{
    margin-top: 5px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top:20px !important;
}
.mr0{
    margin-right:0 !important;
}
.mr20{
    margin-right:20px;
}
.mr30{
    margin-right:30px;
}
/*padding璁剧疆*/
.pr20{
    padding-right: 20px !important;
}
/*鎸夐挳*/
.blueBtn{
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    background-color: #1c8fff;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
}
/*琛岄珮*/
.lh-20{
    line-height: 20px;
}
.lh-25{
    line-height: 25px;
}
.lh-30{
    line-height: 30px;
}
/*閫変腑鏍峰紡*/
.active{
    color: #1c8fff !important;
}
.line{
    height: 1px;
    width: 100%;
    background: #f0f0f0;
}
/*鍏叡-椤堕儴*/
.navCon {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.nav{
    width: 1180px;
    margin: 0 auto;
}
.header_nav{
    height: 27px;
    line-height: 27px;
    background:#333941 ;
    overflow: hidden;
}
.header_menu{
    display: inline-block;
    font-size: 12px;
}
.header_menu li{
    display: inline-block;
    margin-right: 15px;
}
.header_menu li a{
    color: #ffffff;
}
.header_menu li a:hover {
    color: #1c8fff;
}
.header_login{
    float: right;
}
.header_login a{
    margin-left: 10px;
    color: #ffffff;
    font-size: 12px;
    float: left;
}
.header_login a:hover{
    color: #1c8fff;
}
.header_login a.userName{
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}
/*鍏叡-瀵艰埅*/
.nav{
    height: 72px;
}
.nav_left{
    display: inline-block;
    float: left;
    height: 72px;
    margin-right: 55px;
}
.nav_logo{
    display:inline-block;
    float: left;
    margin-top: 22px;
    margin-right: 26px;
}
.nav_logo .logo-img{
    text-indent: -1000em;
    display: block;
    margin-top:-10px;
    width:126px;
    height:42px;
    background-image:url(../img/index-logo.png);
    background-image:-webkit-image-set(url("../img/index-logo.png") 1x,url("../img/index-logo@2x.png") 2x);
    background-repeat:no-repeat;
    background-size: 100%;
}
.nav_logo .logo-w{
    display: block;
    width:116px;
    height:32px;
    background-image:url(../img/logo-w.png);
    background-image:-webkit-image-set(url("../img/logo-w.png") 1x,url("../img/logo-w@2x.png") 2x);
    background-repeat:no-repeat;
    background-size: 100%;
}
.nav_address{
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 21px;
}
.nav_address_default{
    position: relative;
    height: 14px;
    padding: 7px 13px;
    line-height: 14px;
    text-indent: 16px;
    cursor: pointer;
    color: #191919;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    font-size: 12px;
}
.nav_address_default:hover{
    border: 1px solid #cccccc;
}
.nav_address_default i{
    display: block;
    position: absolute;
    top: 6px;
    left: 11px;
    width: 13px;
    height: 17px;
    background: url("../img/icon_address.png") no-repeat;
    background-size: 100%;
}
.addressList{
    display: none;
    background: url("../img/opacity65.png") repeat;
    position: absolute;
    left: 0;
    top: 46px;
    padding: 16px 0 10px 25px;
    width: 335px;
    border-radius: 5px;
    z-index: 10;
}
.addressList i.up{
    display: block;
    width: 16px;
    height: 6px;
    position: absolute;
    top:-6px;
    left: 33px;
    background: url("../img/up_op65.png") no-repeat;
}
.addressList_con{
    display: inline-block;
}
.addressList_con ul{
    overflow: hidden;
    float: left;
    width: 154px;
}
.addressList_con ul>li{
    display: inline-block;
    width: 100%;
}
.addressList_con ul li .code-title{
    color: #888888;
    margin-right: 7px;
    line-height: 34px;
    width: 10px;
}
.addressList_con ul li .city-num{
    display: inline-block;
    width: 116px;
    overflow: hidden;
}
.addressList_con ul li .city-num a{
    margin-right: 5px;
    color: #ffffff;
    line-height: 34px;
    white-space: nowrap;
}
.addressList_con ul li .city-num a:hover{
    color: #1c8fff;
}
.addressList_con ul.addressList_l{
    border-right: 1px solid #374e63;
}
.addressList_con ul.addressList_r{
    border-right: none;
    padding-left: 25px;
}
.nav_right{
    display: inline-block;
    height: 72px;
}
.nav_right a{
    font-size: 16px;
    margin-right: 50px;
    line-height: 72px;
    display: inline-block;
}
.nav_right a.active{
    color: #1c8fff;
}
.nav_right a:nth-last-child(1){
    margin-right: 0;
}
.nav_map{
    float: right;
    margin-top: 20px;
}
.nav_map a{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-width: 1px;
    border-color: rgba(0, 128, 255, 0.3);
    border-style: solid;
    border-radius: 3px;
    color: #1c8fff;
    /*text-indent: 30px;*/
    background: #ffffff;
}
.nav_map a:hover{
    background: #1c8fff;
    color: #ffffff !important;
}
.nav_map i{
    float: left;
}
.nav_map .mapIcon{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image:url("../img/map.png") ;
    background-size: 100%;
    margin: 8% 8% 0 6%;
}
.nav_map a:hover .mapIcon{
    background-image:url("../img/map_hover.png") ;
    background-size: 100%;
}
/*鍏叡-鎼滅储*/
.nav_search{
    float: right;
    margin-top: 20px;
}
.search_input{
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 298px;
    height: 30px;
    background: #f5f8fa;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.search_input input{
    width: 227px;
    text-indent: 15px;
    height: 30px;
    line-height: 30px;
    color: #888888;
    background: #f5f8fa;
}
.search_btn{
    float: right;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #1991fb url("../img/search.png") 7px  no-repeat;
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 2px;
}
a.search_btn:hover,a.search_btn:visited{
    color: #ffffff;
}
.search_address {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    padding: 0 30px 0 17px;
    display: inline-block;
    margin: 3px 0 0 5px;
    position: relative;
    width: 42px;
}
.search_address i{
    display: block;
    width: 8px;
    height: 6px;
    background: url("../img/icon_down.png") no-repeat;
    position: absolute;
    top:10px;
    right: 17px;
}
/*鍏叡-鍦板潃涓嬫媺*/
.search_address{
    position: relative;
}
.search_address .chooseList{
    position: absolute;
    left: 0;
    display: none;
    top: 25px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.search_address .chooseList ul{
    text-align: left;
    max-height:128px;
    overflow:auto;
}
.search_address .chooseList ul li a{
    display: block;
    width: 70px;
    padding: 0 0 0 20px;
    height: 30px;
    line-height: 30px;
}
.search_address .chooseList ul li a:hover{
    background:#f5f5f5;
    color: #323942 !important;
    text-decoration: inherit!important;
}
/*鎼滅储涓嬫媺-棣栭〉*/
.indexSearch_input .searchHistory {
    padding: 0 29px;
}
.indexSearch_input .listStyle{
    width: 554px;
    left: 144px;
    top: 65px;
}
.indexSearch_input .listStyle .list ul li{
    width: 524px;
    padding: 0 0 0 29px;
    height: 40px;
    line-height: 40px;
}
.indexSearch_input .listStyle .list ul li .listWidth{
    width: 424px;
    overflow: hidden;
    float: left;
    height: 40px;
    display: inline-block;
}
.indexSearch_input .listStyle .list ul li .listWidth a{
    max-width: 241px;
    margin-right: 4px;
    font-size: 14px;
}
.indexSearch_input .listStyle .list ul li .listWidth span{
    max-width: 140px;
}
.historyCon.listStyle .list ul li a{
    width: 100%;
    height: 40px;
    overflow: hidden;
    display: block;
}
/*鎼滅储涓嬫媺-鍏朵粬*/
.nav_search .listStyle{
    width: 418px;
    border: 1px solid #f0f0f0;
}
.nav_search .searchHistory{
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
}
.nav_search .listStyle .list ul li{
    padding: 0 0 0 15px;
    width: 390px;
    display: inline-block;
}
.nav_search .listStyle .list ul li .listWidth{
    width: 310px;
    overflow: hidden;
    float: left;
    height: 45px;
}
.nav_search .listStyle .list ul li .listWidth a{
    max-width: 180px;
    margin-right: 4px;
}
.nav_search .listStyle .list ul li .listWidth span{
    max-width: 120px;
}
/*鎼滅储涓嬫媺鍒楄〃-鍏叡*/
.listStyle{
    background-color:#ffffff;
    position: absolute;
    left: 0px;
    top: 37px;
    width: 370px;
    z-index: 2;
    border-radius: 3px;
}
.historyCon,.searchCon{
    display: none;
}
.searchHistory{
    height: 44px;
    line-height: 44px;
    background: #f4f8fa;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.searchHistory .fr{
    color: #888888;
    cursor: pointer;
}
.listStyle .list,.listStyle .list ul li{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.listStyle .list ul li{
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}
.listStyle .list ul li:last-child{
    border-bottom: none;
}
.listStyle .searchHistory .list ul li a{
    display: block;
}
.listStyle .list ul li:hover{
    color: #1c8fff;
}
.listStyle .list ul li .fr{
    color: #888888;
    width: 75px;
    text-align: right;
}
.searchCon .list ul li a,.searchCon .list ul li span{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.searchCon .list ul li span{
    font-size: 12px;
}
/*鍏叡-闈㈠寘灞�*/
.menu{
    font-size: 12px;
    margin: 18px 0 18px 0;
    color: #888888;
    display: inline-block;
    width: 100%;
}
.menu li{
    float: left;
}
.menu li a{
    cursor: pointer;
    color: #888888 !important;
}
.menu li.active{
    color: #888888 !important;
}
.menu li:after{
    width: 15px;
    content: ">";
    display: inline-block;
    text-align: center;
}
.menu li:last-child:after{
    content: "";
}
/*鍏叡-footer*/
.footer-nav-box,.footer-info{border-bottom:1px solid rgba(255,255,255,0.2);border-bottom:1px solid #282e33\9;}

.footer-box{background:#1b242b;}
.footer-nav-box{height:60px;padding-top:10px;}

.foot-logo{float:left;margin-top:14px;}
.foot-logo .logo-img{width:116px;height:32px;display:block;text-indent:-1000em;
    background-image:url(../img/footer-logo.png);
    background-image:-webkit-image-set(url("../img/footer-logo.png") 1x,url("../img/footer-logo@2x.png") 2x);
    background-repeat:no-repeat;
    background-size: 100%;
}
.footer-nav{float: right;}
.footer-nav li{margin-left:36px; float: left}
.footer-nav a{line-height:60px;font-size:16px;color:#999;}
.footer-nav a:hover{color:#1c8fff;}

.footer-info{height:135px;padding:24px 0;position:relative;}
.footer-info dl{margin-top:12px;}
.footer-info dt{height:46px;}
.footer-info dt i{width:46px;height:46px;}
.footer-info dd{color:#999;font-size:14px;line-height:26px;}

.footer-info .f-iphone{margin-right:96px;overflow:hidden;}
.footer-info .f-iphone dt,.footer-info .f-iphone dd{float:left;}
.footer-info .f-iphone dd{line-height:46px;margin-left:14px;}
.f-iphone .icon-phone{display:block;background:url(../img/footer-kf.png) no-repeat;}
.f-iphone .kf-num{color:#1c8fff;font-size:24px;}

.footer-code{position:absolute;right:0;top:40px;}
.footer-code .code { float: left;}
.footer-code .code img{width:90px;height:90px;}
.footer-code .code .wz{font-size:14px;color:#999;text-align:center;margin-top:8px;border:1px solid #283036;border-radius:15px;padding:3px 0;}
.footer-code .code2{margin-left:70px;}

.footer-cr{line-height:59px;color:#797979;}
/*friend-link*/
.f-link-tab li,.f-link-tab .line,.f-link-con ul{-moz-transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}
.ind-friend-link{background:#f8f8f8;padding:20px 0 40px 0;}
.f-link-tab{border-bottom:1px solid #e6e6e6;padding-left:10px;}
.f-link-tab li{float:left;line-height:42px;position:relative;font-size:14px;margin-right:56px;cursor:pointer;font-weight:bold;}
.f-link-tab .line{width:30px;height:2px;background:#1c8fff;position:absolute;bottom:-1px;left:50%;margin-left:-15px;filter:alpha(opacity=0);opacity:0;}
.f-link-tab .cur{color:#1c8fff;}
.f-link-tab .cur .line{filter:alpha(opacity=100);opacity:1;}
.f-link-con ul{overflow:hidden;margin-top:26px;}
.f-link-con li{float:left;margin-right:15px;line-height:42px;}
.f-link-con li a{display:inline-block;font-size:14px;word-wrap:break-word;word-break:break-all;white-space:nowrap}
.f-link-con li a:hover{color:#1c8fff;}


/*鍏叡-鍒嗛〉*/
.pagination{
    background: #fff;
    padding-left: 20px;
}
.pagination ul li{
    display: inline-block;
    min-width: 40px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}
.pagination ul li a{
    display: block;
    padding: 0 15px ;
    text-decoration: none !important;
}
.pagination ul li a.disabled{
    cursor: default;
    color: #888888;
}
.pagination ul li a.active{
    color: #1c8fff;
}
/*鍧楀垎椤�*/
.page .pagination{
   padding: 0 15px;
}
/*鍒嗛〉-钃濊壊*/
.blue.pagination{
    padding: 0 !important;
    width: 100%;
    text-align: right;
    margin: 42px 0;
}
.blue.pagination ul{
    display: inline-block;
}
.blue.pagination ul li{
    margin-left: 6px;
    float: left;
}
.blue.pagination ul li a{
    display: block;
    width: auto;
    height: 28px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    padding: 0 15px !important;
}
.blue.pagination ul li a{
    margin: 0 !important;
}
.blue.pagination ul li a.active,.blue.pagination ul li a:hover{
    background: #1c8fff;
    border: 1px solid #1c8fff;
    color: #ffffff !important;
}
/*缁忕邯浜鸿彍鍗曟爮-瀵硅瘽*/
.dialogA{
    position: absolute;
    top: -1px;
    right: 50px;
    width: 214px;
    z-index: 1;
    display: none;
}
.dialogA_right{
    float: left;
    width: 214px;
    display: inline-block;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 10px 0px rgba(4, 0, 0, 0.08);
}
.dialogA_top{
    padding: 10px 18px;
    height: 51px;
}
.dialogA_btn{
    width: 214px;
    padding: 7px 0;
    height: 6px;
    background: #f5f8fa;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dialogA_btn i{
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 6px;
    background: url("../img/iconUpDown.png") 0 -9px no-repeat;
}
.dialogA.open .dialogA_btn i{
    background: url("../img/iconUpDown.png") 0 0px no-repeat;
}
.dialogA_mid{
    display: none;
}
.dialogA_mid_title{
    font-size: 16px;
    padding:0 14px 0 18px;
    display: block;
    height: 36px;
    line-height: 36px;
    background: #f5f8fa;
}
.dialogA_mid_title a{
    color: #888888;
    font-size: 10px;
    border: 1px solid #cccccc;
    border-radius: 15px;
    display: inline-block;
    line-height: 20px;
    float: right;
    margin-top: 8px;
    padding: 0 10px;
    height: 20px;
}
.dialogA_mid_title a:hover{
    color: #1c8fff;
    border-color: #1c8fff;
}
.dialogA_mid_title a.default:hover{
    color: #888888;
    border-color: #cccccc;
}
.dialogA_mid_con{
    padding:0 18px 10px 18px;
}
.dialogA.open .dialogA_mid{
    /*display: block;*/
}
.dialogA_mid_con .agent-info-box{
    padding-bottom: 10px;
}
/*fixed*/
.fixed{
    position: fixed !important;
}
.menuFixed{
    position: fixed !important;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    margin-bottom: 0 !important;
}
.menuFixed .detail_menu{
    width: 1160px;
    margin: 0 auto;
}
.menuFixed .dialogA{
    display: block;
}
/*鐐瑰嚮涓嬫媺鍏叡-style*/
.select{
    position:relative;
}
.select .chooseList{
    position:absolute;
    left:0;
    top:29px;
    background:#fff;
    display:none;
    z-index: 3;
}
/*浼樻儬瀹氫綅-鍏叡*/
.hotHouse_listA{
    position: absolute;
    top: 10px;
    left: 0;
    color: #ffffff;
    padding: 0 13px;
    height: 26px;
    line-height: 26px;
    background-color: #e74057;
    max-width: 212px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*閬僵灞�-鍏叡*/
.overlay{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=50);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
/*閫変腑鏍囩*/
.selectTag{
    display: inline-block;
    border: 1px solid #e74057;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    padding: 0 24px 0 10px;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin-right: 10px;
    float: left;
}
.selectTag a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    color: #e74057;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 320px;
}
.selectTag a:hover{
    color: #e74057!important;
}
.selectTag .close{
    cursor: pointer;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    right: 7px;
    background: url("../img/close.png") no-repeat;
}
.clear_all{
    cursor: pointer;
    color: #888888;
    font-size: 12px;
    padding-left: 20px;
    line-height: 26px;
    height: 26px;
    display: inline-block;
    background: url("../img/delete.png") 5px 7px no-repeat;
    float: left;
}

/*琛ㄦ牸*/
table.table_permit {
    width: 100%;
    padding-bottom: 30px;
    border: 1px solid #e5e5e5;
}
table.table_permit tr th {
    width: 15%;
    height: 56px;
    line-height: 56px;
    text-align: left;
    color: #000000;
    font-weight: normal;
    background: #f9f9f9;
    padding-left: 20px;
}
table.table_permit tr td {
    padding: 10px 0 10px 20px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #f9f9f9;
}
table.table_permit tr:last-child td{
    border-bottom: none;
}
/*tip*/
.tipcon{
    display: inline-block;
    position: relative;
}
/*婊氬姩鏉�*/
.scrollBox,.scrollBar{
    width:10px;
    top:4px;
    right:2px;
    border-radius:5px;

}
.scrollBox{
    /*background:#000000;*/
    opacity:0.1;
    filter:alpha(opacity=10);
}
.scrollBar{
    background:#000000;
    opacity:0.3;
    filter:alpha(opacity=30);
}
/*fixed骞垮憡鏁堟灉鍥�*/
.bannerCon .swiper-slide:after{
    position: absolute;
    top: 10px ;
    right: 10px ;
    z-index: 2;
    color: rgba(255,255,255,0.3) !important;
    content: "";
    font-size: 14px;
}
.hotHouse_listImg:after{
    top: 185px !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(15, 15, 15, 0.2);
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(15, 15, 15, 0.2);
}

input:-ms-input-placeholder{
    color: rgba(15, 15, 15, 0.2);
}

input::-webkit-input-placeholder{
    color: rgba(15, 15, 15, 0.2);
}
.hotHouse_listImg:after,.houseList_list_img:after{
    position: absolute;
    top: 170px ;
    left: 10px ;
    z-index: 2;
    color: rgba(255,255,255,0.5) !important;
    content: "";
    font-size: 14px;
}
.map_list .mapPic:after{
    position: absolute;
    font-size: 12px;
    bottom: 6px ;
    left: 6px ;
    z-index: 2;
    color: rgba(255,255,255,0.5) !important;
    content: "鏁堟灉鍥�";
}
.ad_list:after{
    /*content: "骞垮憡";*/
    /*font-size: 12px;*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 10px;*/
    /*width: 36px;*/
    /*height: 16px;*/
    /*line-height: 16px;*/
    /*text-align: center;*/
    /*color: rgba(255,255,255,0.8) !important;*/
    /*background: rgba(0,0,0,0.3) !important;*/
    /*border-radius: 1px;*/
}
/*鎻愮ず-寮规*/
.enrollment,.alertWarning,.warning{
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 #cccccc;
    position: fixed;
    bottom:245px;
    left: 45%;
    padding: 25px 35px ;
    background:#ffffff url("../img/icon_successful.png") 35px no-repeat;
    z-index: 100;
}
.enrollment span,.alertWarning span,.warning span{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #888888;
    font-size: 20px;
    text-indent: 50px;
}
.alertWarning{
    background:#ffffff url("../img/icon_warning.png") 35px no-repeat;
}
.warning{
    background:#ffffff url("../img/apply_warning.png") 35px no-repeat;
}
/*404*/
.error404{
    height: 270px;
    margin: 0 0 0 345px;
}
.error404 .img{
    float: left;
    padding-top: 18px;
}
.error404 .txt{
    width: 270px;
    float: left;
    color: #757980;
    margin-left: 90px;
}
.error404 .txt p{
    margin: 12px 0 54px 0;
}
.error404 .txt span{
    display: block;
    line-height: 28px;
    margin: 10px 0 30px 0;
}
.error404 .txt a{
    display: block;
    color: #ffffff;
    border-radius: 3px;
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.error404 .txt a:hover{
    color: #ffffff !important;
}

/*绌�*/
.null{
    padding-top: 70px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
}
.null img{
    display: block;
    margin: 0 auto;
}
.null span{
    display: block;
    margin-top: 20px;
}
/*鍥剧墖鍔犺浇*/
img.load{
    background: url(../img/loading-img.jpg) center center no-repeat #f9f9f9;
}